home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / IBM VisualAge for Java Enterprise v4.0 Retail / ivj40 / setup / IDE.Cab / F83684_XMLValidationHandler.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-07-14  |  543 b   |  16 lines

  1. package com.ibm.xml.framework;
  2.  
  3. public interface XMLValidationHandler {
  4.    void reset(ParserState var1);
  5.  
  6.    void checkRootElementName(int var1) throws Exception;
  7.  
  8.    void checkAttributes(int var1, int var2) throws Exception;
  9.  
  10.    int checkContent(int var1, int var2, int[] var3) throws Exception;
  11.  
  12.    void checkIDRefNames() throws Exception;
  13.  
  14.    int whatCanGoHere(int var1, boolean var2, InsertableElementsInfo var3) throws Exception;
  15. }
  16.